dart timestamp

57

void main() {
  print(new DateTime.now().millisecondsSinceEpoch);
}

Comments

Submit
0 Comments